home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0033 / sample3.bat < prev    next >
DOS Batch File  |  1997-03-20  |  924b  |  25 lines

  1. @echo off
  2. ::========================================================================
  3. ::  Sample Batch File #3.  
  4. ::
  5. ::  Sample Batch Files:
  6. ::          Sample #1.  CLOCK session.
  7. ::          Sample #2.  MANAGER'S MONITOR session.
  8. ::      ==> Sample #3.  REMOTE CLOCK-IN session (with prompts).
  9. ::          Sample #4.  REMOTE CLOCK-IN session (complete command-line).
  10. ::          Sample #5.  REMOTE CLOCK-OUT session (complete command-line).
  11. ::          Sample #6.  MESSAGE SENDING session.
  12. ::          Sample #7.  TSR Utility start-up.
  13. ::========================================================================
  14. ::
  15. echo .
  16. echo            Sample #3.  REMOTE CLOCK-IN session (with prompts).
  17. echo .
  18. echo This .BAT file lets a user clock-in from any station on the LAN.
  19. echo Enter the following:
  20. echo    Clock number: 41
  21. echo    Job number:   Press 'Enter' to get a list.
  22. echo .
  23. pause
  24. bclink.exe PUNCH A
  25.